createEntry

open override fun createEntry(context: EntryCreator.CreatorContext): List<EntryCreator.Creator>

Builds one or more DynamicListWidget.Entry from provided CreatorContext. These entries are used to build config GUIs, being the "building block" of the settings list.

Unless you are making a fully new type of Entry (power to you!), usually you won't need to directly create a new Creator. Instead, you will probably deal with help methods in existing classes.

  • ValidatedField.entryDeco

  • ValidatedField.contentBuilder

  • ValidatedField.contextActionBuilder

Return

List

Author

fzzyhmstrs

Since

0.6.0

Parameters

context

CreatorContext